home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / slashsr6.zip / MAKE.BAT < prev    next >
DOS Batch File  |  1996-03-20  |  177b  |  15 lines

  1. @echo off
  2. echo This is a full compile and will take a while...
  3. cd util
  4. call make
  5. cd ..
  6. cd dat
  7. call dat
  8. cd ..
  9. cd src
  10. call makeall
  11. del allmain.exe
  12. call l
  13. dir *.err
  14.  
  15.